Skip to content

Zeroplex 生活隨筆

軟體開發、伺服器和生活瑣事

小 縮小字型大小。 中 重設字型大小。 大 放大字型大小。

My .vimrc

Posted on 2009 年 12 月 12 日2021 年 3 月 12 日 By 日落 在〈My .vimrc〉中有 2 則留言
set number
set hls
set ic
set ai
set enc=utf8
set incsearch
set shiftwidth=3
set nobackup
set hlsearch        " highlight searches
set ignorecase      " ignore case when searching 
set title           " show title in console title bar
set ruler

set modeline
"set tabstop=3 " length of each tab


if has("autocmd")
    " Restore cursor position
    au BufReadPost * if line("'"") > 0|if line("'"") <= line("$")|exe("norm '"")|else|exe "norm $"|endif|endif

    " Filetypes (au = autocmd)
    au FileType helpfile set nonumber      " no line numbers when viewing help
    au FileType helpfile nnoremap     " Enter selects subject
    au FileType helpfile nnoremap     " Backspace to go back
    
    " When using mutt, text width=72
    au FileType mail,tex set textwidth=72
    au FileType cpp,c,java,sh,pl,php,asp  set autoindent
    au FileType cpp,c,java,sh,pl,php,asp  set smartindent
    au FileType cpp,c,java,sh,pl,php,asp  set cindent
    "au BufRead mutt*[0-9] set tw=72
    
    " Automatically chmod +x Shell and Perl scripts
    "au BufWritePost   *.sh             !chmod +x %
    "au BufWritePost   *.pl             !chmod +x %

    " File formats
    au BufNewFile,BufRead  *.pls    set syntax=dosini
    au BufNewFile,BufRead  modprobe.conf    set syntax=modconf
endif

syntax on

參考資料:
http://phuzz.org/vimrc.html

大家來學 Vim
http://edt1023.sayya.org/vim/node1.html

Tags:分享, 資訊學習

文章導覽

Previous Post: 人是一種矛盾的動物
Next Post: MJ Violin

Comments (2) on “My .vimrc”

  1. yen3表示:
    2009 年 12 月 16 日18:37

    my vimrc XD

    回覆
  2. 日落 Zero表示:
    2009 年 12 月 17 日06:10

    感謝!
    來 diff 一下 😛

    回覆

發佈留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *


其他

關於我  (About me)

小額贊助

  文章 RSS Feed

  留言 RSS Feed

Apache AWS Bash C/C++ Docker FreeBSD GCP Git Google Java JavaScript Laravel Linux Microsoft MSSQL MySQL Nginx PHP PHPUnit PostgreSQL Python Qt Ubuntu Unix Vim Web Windows WordPress XD 作業系統 分享 好站推薦 專題 攝影 新奇搞笑 新聞 旅遊 生活雜記 程式設計 網路架站 網頁設計 資訊學習 資訊安全 遊戲 音樂


創用 CC 授權條款
本著作係採用創用 CC 姓名標示-相同方式分享 4.0 國際 授權條款授權.